Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invalid nested interpolation (#1487) #1496

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

deltasquare4
Copy link
Contributor

Nested interpolation is not supported by docker (docker/cli#4265). Changed the file so that it uses CUSTOM_TAG or ERPNEXT_VERSION if that's not available.

Fixes an issue where the compose file incorrectly throws an error below: (already reported in #1487)

invalid interpolation format for services.scheduler.image: "${ERPNEXT_VERSION:?No ERPNext version or tag set". You may need to escape any $ with another $.

Nested interpolation is not supported by docker (docker/cli#4265). Changed the file so that it uses `CUSTOM_TAG` or `ERPNEXT_VERSION` if that's not available.
@revant revant merged commit 44a357f into frappe:main Oct 25, 2024
6 checks passed
@deltasquare4 deltasquare4 deleted the patch-1 branch October 28, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants